.none_bg {
    width: 200px;
    height: 60px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #333;
    display: table;
    background: #22bbef;
}

.none_bg div{
    height: 100%;
    background: #22bbef;
    display: table-cell;
    vertical-align: middle;
}

